<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */
html{ font-size: 13.33333vw; font-family: PingFangSC-Regular,Microsoft YaHei;}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
    /* [disabled]margin:0; */
    padding: 0;
    font-family: "microsoft yahei", "simhei", "simsun";
    color: #394351;
    font-size: 16px;
    margin: 0;
    outline: 0;
}

body {
    background-color: #f5f5f5;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details,
button {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
    border: 0;
}

i,
cite,
em,
var,
address,
dfn {
    font-style: normal;
}

[hidefocus],
summary {
    outline: 0;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
    font-size: 100%;
    font-weight: normal
}

sup,
sub {
    font-size: 83%;
}

pre,
code,
kbd,
samp {
    font-family: inherit;
}

q:before,
q:after {
    content: none;
}

textarea {
    overflow: auto;
    resize: none;
}

label,
summary {
    cursor: default;
}

a,
button {
    cursor: pointer;
}

del,
ins,
u,
s,
a,
a:hover {
    text-decoration: none;
}

a,
a:hover {
    color: #394351;
}

.pb100t {
    padding-bottom: 100px !important
}

.lhj_xzhdjj {
    margin-top: 50px;
}


/* 全局通用 */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    *+height: 1%;
}

input {
    border: 0px;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #9ea5af;
    font-size: 14px;
}

.search_input_Big::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #ffae85;
}

 ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #c2c6cb;
    font-size: 14px;
}

 :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #c2c6cb;
    font-size: 14px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
.clear{ clear:both;}
.clearfix:after {       
    content: ".";     /*内容为“.”就是一个英文的句号而已。也可以不写。*/
   display: block;   /*加入的这个元素转换为块级元素。*/
    clear: both;     /*清除左右两边浮动。*/
    visibility: hidden;      /*可见度设为隐藏。注意它和display:none;是有区别的。visibility:hidden;仍然占据空间，只是看不到而已；*/
   line-height: 0;    /*行高为0；*/
    height: 0;     /*高度为0；*/
   font-size:0;    /*字体大小为0；*/}

.clearfix { *zoom:1;}   /*这是针对于IE6的，因为IE6不支持:after伪类，这个神奇的zoom:1让IE6的元素可以清除浮动来包裹内部元素。*/


/******************站群导航*****************/
.list.show_on {
    top:0px;
    right: -490px;
    position:fixed;
    width:470px;
    background:#fff;
    padding-left:20px;
    z-index:199999;
    overflow:auto;
    min-height:310px;
    display:none;
    height: 310px;
}
.close {
    cursor:pointer;
    background-color: #ccc;
    display: block;
    position: absolute;
    right: 20px;
    height: 40px;
    width: 40px;
    border-radius: 0 0 6px 6px;
    text-indent: -9999px;
    background:url(close.png) center center no-repeat #ccc;
}
.list_tit {
    color: #19adfa;
    margin-top: 20px;
}
.list_tit h2 {
    font-size: 18px;
    line-height: 45px;
    color: #024DA6;
}
.list_link {
    border-bottom: 1px solid #fff;
    overflow: hidden;
}
.list_link a {
    font-size: 14px;
    padding: 5px 0 5px 0;
    margin-bottom: 10px;
    color: #5d5d5d;
    white-space: nowrap;
    margin-right: 20px;
    line-height: 30px;
    display: block;
    float: left;
    /*width: 26%;*/
    text-align:left;
}
.list_tit {
    color: #19adfa;
    margin-top: 20px;
}
.list_tit h2 {
    font-size: 18px;
    line-height: 45px;
    color: #024DA6;
}
.list dl {
    clear: both;
    overflow: hidden;
}
.list dd {
    margin-bottom: 10px;
}
.list dd h2 {
    font-size: 16px;
    height: 30px;
    color: #5d5d5d;
    line-height: 30px;
}
.list dd h2 a {
    color: #4e4e4e;
}
.list_link a:hover,.list dd a:hover {
    color: #024DA6;
}
.list dd a {
    font-size: 14px;
    padding: 5px 0 5px 0;
    margin-bottom: 10px;
    color: #5d5d5d;
    white-space: nowrap;
    margin-right: 20px;
    line-height: 30px;
    display: block;
    float: left;
    width: 30%;
    text-align:left;
}



.contentbox{ margin:0 auto; position:relative;}


.footerbox{ width:100%; border-top:solid 10px #a21a1a; padding:1% 0; background:#a21a1a;}
.footerbox .xglj{ width:100%; max-width:1200px; margin:0 auto;}
.footerbox .xglj span{ font-size:16px; font-weight:bold; color:#1663ca; margin:0 2% 0 0; float:left; line-height:30px;}
.footerbox .xglj select{ width:140px; height:30px; float:left; border:solid 1px #ccc; margin:0 1%; padding:0 5px;font-size:16px; line-height:30px; color:#333;}
.footerbox .xglj select option{ font-size:16px; line-height:30px; color:#333;}


.footer_in{ width:100%; max-width:1200px; margin:3% auto;overflow: hidden;}
.footer_in .footer_left{ width:16%;}
.footer_in .footer_left a{ float:left;}
.footer_in .footer_left a.jiucuo{ margin:12px 0 0 0;}

.footer_in .footer_middle{ width:59%;}
#_span_jiucuo img{margin: 12px 0 0 0 !important;}
.footer_in .footer_middle p{ font-size:.8em; line-height:2em; width:44%; margin:0 3%; float:left; color:#fff;}
.footer_in .footer_middle p a{ color:#fff; background:url(ghs.png) no-repeat left center; padding:0 0 0 25px;}

.footer_in .footer_right{ width:25%;}
.footer_in .footer_right a.wzdt{ display:block; width:45%; height:30px; text-align:center; line-height:30px; color:#333; font-size:14px; background:rgb(242 247 235/68%); margin:0 5% 2% 0;float:left;}
.footer_in .footer_right a.jbzx12377{ display:block; width:100%;}
.footer_in .footer_right a.jbzx12377 img{ width:100%; height:100%;}


.Navigation{
    width:100%;
	background:#fff;
	margin: 0 auto;
	padding:1% 0;
}
.Relevant {
    width:1200px;
    margin: 0 auto;
    padding: 3px 0;
    position:relative;
    height:50px;
}
.Relevant h2 {
    line-height: 48px;
    color: #a21a1a;
    font-size: 18px;
    margin-right:20px;
    float: left;
    overflow: hidden;
    padding-left:22px;
}
.footer_link {
    float: left;
    font-size: 14px;
	margin-top: 5px;
}
.footer_link ul li {
    float: left;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    margin-right: 15px;
	border: 1px solid #ccc;
    width: 200px;
    height: 38px;

}
a.footer_link_a {
    display: block;
    height: 38px;
    color: #333;
    line-height:38px;
    padding: 0 7px;
    font-size: 16px;
	background:url(ly_xgljxl.png) right 10px center no-repeat;
}
a.footer_link_a:hover{
    color: #a21a1a;
}
/*a.footer_link_a span {
    background:url(ly_xgljxl.png) right center no-repeat;
   display: inline-block;
    width: 17px;
    height: 10px;
    margin: auto 40px;
	+margin-top:-13px!important;
    margin-top: 15px;

}*/
.footer_link_list {
    width: 91%;
    border: 1px solid #e8e8e8;
    /*background :url("ly_xgljbg.png") repeat;*/
    border-radius: 3px;
    padding: 5px 4%;
    overflow: hidden;
    position: absolute;
    top: 50px;
    left: 0px;
    min-height: 50px;
    z-index: 9999;
    display: none;
}
.footer_link_list a {
    line-height: 24px;
    display: block;
    margin: 10px;
    float: left;
    color: #333;
    font-size: 14px;
    width: 253px;
}
.footer_link_list a:hover{
    color: #000;
}</pre></body></html>